This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
Java Edit project button ~Keiko Minwelyettu 22.Jan.04 05:33 PM a Web browser Applications Development All ReleasesWindows 2000
I have 2 questions regarding using additional Class libraries in a Domino Java agent, as opposed to an imported agent.
I am writing an AgentLogging class that will write directly to the standard agentlog.nsf.
1. How do I reference a class after I have included it, either through the New Class button or the Edit Project button at the base of the Programmer's pane? I saw a reference in one of your (Ben Poole) responses on a different topic that showed something like this:
public class JavaAgent extends AgentBase {
private AgentLogging AL;
This gets it to compile successfully at least. :)
2. When using the Edit Project button and looking for Shared Java Libraries the list of databases points to my local machine. How do I get this list to point to the Server on which I am developing? I need this so we can shared code for all developers to use.